home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / mui / muibuilder / mb / gcc / source / gencodegcc.h < prev    next >
C/C++ Source or Header  |  1995-05-25  |  444b  |  25 lines

  1. /* Prototypes */
  2. #include <clib/alib_protos.h>
  3. #include <clib/exec_protos.h>
  4. #include <clib/dos_protos.h>
  5. #include <exec/memory.h>
  6.  
  7. /* ANSI */
  8. #include <stdio.h>
  9. #include <string.h>
  10. #include <stdlib.h>
  11.  
  12. /* Pragmas */
  13. #include <pragmas/dos_lib.h>
  14.  
  15. /* MUIBuilder library */
  16. #include "libraries/mb.h"
  17. #include "protos/MB_protos.h"
  18. #include "pragmas/muibuilder_lib.h"
  19.  
  20. /* File name Utilities */
  21. #include "file.h"
  22.  
  23. struct Library * DOSBase = NULL;
  24.  
  25.